home *** CD-ROM | disk | FTP | other *** search
- //------------------------------------------------------------------------------
- // File: project.h
- //
- // Desc: DirectShow sample code - header file for TxtPlayer sample
- // Master header file that includes all the other header files used by the
- // project. This enables compiled headers to work using build.
- //
- // Copyright (c) 1994 - 2001, Microsoft Corporation. All rights reserved.
- //------------------------------------------------------------------------------
-
- #include "app.h"
- #include "vcdplyer.h"
- #include "resource.h"
-
- #include <strmif.h>
- #include <uuids.h>
-